Method: TTY::Table::Header#[]=

Defined in:
lib/tty/table/header.rb

#[]=(attribute, value) ⇒ Object

Set value at index

Examples:

header[attribute] = value

100
101
102
# File 'lib/tty/table/header.rb', line 100

def []=(attribute, value)
  attributes[attribute] = to_field(value)
end